TELGetVersion
Returns a handle to the version information for a particular telephone tool.
pascal Handle TELGetVersion (TELHandle hTEL);
hTEL
- A handle to the telephone record associated with a telephone tool.
- function result
- A handle to the version information.
DESCRIPTION
TheTELGetVersion
function returns, as its function result, a handle to the version information for the telephone tool specfied by thehTEL
parameter. The handle returned by theTELGetVersion
function (which is not a resource handle) contains a Pascal-style string that provides the version resource information for the telephone tool. (This is the information in the telephone tool's'vers'
resource with ID 1.) You can use this information to determine which version of the telephone tool is running on a system.
- Note
- You are responsible for disposing of this handle when you are through with it.
![]()
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help